object Form2: TForm2 Left = 334 Top = 166 BorderStyle = bsDialog Caption = 'About...' ClientHeight = 118 ClientWidth = 205 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 2 Top = 2 Width = 201 Height = 113 BevelInner = bvLowered BorderWidth = 3 TabOrder = 0 OnClick = Panel1Click object Label3: TLabel Left = 18 Top = 17 Width = 165 Height = 22 AutoSize = False Caption = ' Your text...' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False Transparent = True OnClick = Label3Click end object Label4: TLabel Left = 28 Top = 50 Width = 151 Height = 15 AutoSize = False Caption = ' More of your text' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False Transparent = True OnClick = Label4Click end object Label5: TLabel Left = 20 Top = 73 Width = 163 Height = 24 AutoSize = False Caption = ' Text text text' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True OnClick = Label5Click end end end